home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM Modified 04/16/01 by David Harper
- REM Confirms loading of Lizard
- REM This next line is used by the cleanup.bat file
- ECHO [RedmondLinux] > CLEANUP.INI
- ECHO RunSetup=0 >> CLEANUP.INI
- cls
- echo.
- echo Redmond Linux Personal Edition
- echo.
- echo Redmond Linux is now ready to be installed. Please ensure that your
- echo your Redmond Linux CD is in the CD-ROM drive before continuing.
- echo.
- echo Press Y to begin installing Redmond Linux, or N to return to Windows.
- CHOICE /N > NUL
- IF ERRORLEVEL 2 GOTO END
- IF ERRORLEVEL 1 GOTO RUNRL
- GOTO END
-
- :RUNRL
- CLS
- echo.
- echo Redmond Linux Personal Edition
- echo.
- echo Loading Redmond Linux installer. Please wait.
- REM I had a devil of a time fiding the loadlin command; I hope this is it.
- loadlin vmlinuz initrd=initrd.gz vga=785 debug=2 nosmp noapic
-
- :END
- CLS
- ECHO Redmond Linux Personal Edition
- ECHO.
- ECHO Setup cancelled. You can rerun the Setup Wizard to finish installing
- ECHO Redmond Linux.